From: Pavel Janík Date: Sat, 16 Feb 2002 09:44:00 +0000 (+0000) Subject: (eshell-var-initialize): Do not use make-local-hook. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~58734 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fd40c8e3bf1dad71eab871d43c72e72f45642120;p=emacs.git (eshell-var-initialize): Do not use make-local-hook. --- diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 9caa40ff6db..c24ee7d2ecf 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -208,15 +208,12 @@ function), and the arguments passed to this function would be the list (set (make-local-variable 'eshell-special-chars-outside-quoting) (append eshell-special-chars-outside-quoting '(?$))) - (make-local-hook 'eshell-parse-argument-hook) (add-hook 'eshell-parse-argument-hook 'eshell-interpolate-variable t t) - (make-local-hook 'eshell-prepare-command-hook) (add-hook 'eshell-prepare-command-hook 'eshell-handle-local-variables nil t) (when (eshell-using-module 'eshell-cmpl) - (make-local-hook 'pcomplete-try-first-hook) (add-hook 'pcomplete-try-first-hook 'eshell-complete-variable-reference nil t) (add-hook 'pcomplete-try-first-hook